-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: create the v059x node-override.yaml via solo #1192
feat: create the v059x node-override.yaml via solo #1192
Conversation
…r the new file Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
…x-network-overrideyml-via-solo
Signed-off-by: instamenta <[email protected]>
…x-network-overrideyml-via-solo
…x-network-overrideyml-via-solo
…ia-solo Signed-off-by: Jeromy Cannon <[email protected]>
… to convert the interfaceBindings and endpointOverrides to JSON and to emit them as keys if they are not needed Signed-off-by: instamenta <[email protected]>
…on notation Signed-off-by: instamenta <[email protected]>
…x-network-overrideyml-via-solo # Conflicts: # src/core/genesis_network_models/genesis_network_data_constructor.ts
…is parameter Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
…to avoid throwing error Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Signed-off-by: instamenta <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1192 +/- ##
==========================================
+ Coverage 82.15% 83.12% +0.96%
==========================================
Files 118 119 +1
Lines 22426 22521 +95
Branches 1569 1483 -86
==========================================
+ Hits 18424 18720 +296
+ Misses 3929 3754 -175
+ Partials 73 47 -26
|
…eate-the-v059x-network-overrideyml-via-solo
Signed-off-by: Jeffrey Tang <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Co-authored-by: Jeromy Cannon <[email protected]> Signed-off-by: JeffreyDallas <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
…ttps://github.com/hashgraph/solo into 01151-create-the-v059x-network-overrideyml-via-solo
Description
Adds new class
NodeOverridesModel
which creates thenode-override.yaml
inside the staging directory and then copies it inside the nodes duringnode setup
Related Issues